home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / misc / emu / PCDisk91b.lha / Mountlist < prev    next >
Encoding:
Text File  |  1992-11-15  |  767 b   |  44 lines

  1. /* vi:ts=8
  2.  *
  3.  *    Change LowCyl, HighCyl, Surfaces, BlocksPerTrack and Unit
  4.  *    to suit your hard drive (run DISKINFO DHx: to see the details
  5.  *    for a given partition)
  6.  */
  7.  
  8. PCD:    FileSystem = l:pcdisk-handler
  9.     Device = scsi.device
  10.     Unit = ???
  11.     Flags = 0
  12.     LowCyl = ??? ; HighCyl = ???
  13.     Surfaces = ???
  14.     BlocksPerTrack = ???
  15.     Buffers = 5
  16.     BufMemType = 0
  17.     BootPri = 0
  18.     Stacksize = 4096
  19.     Priority = -5
  20.     GlobVec  = -1
  21.     Reserved = 2
  22.     Mount = 1
  23. #
  24.  
  25. /*
  26.  *    See docs for more info about this entry
  27.  */
  28. IBM:    Device = scsi.device
  29.     Unit   = ???
  30.     Flags  = 0
  31.     Surfaces  = 1
  32.     BlocksPerTrack = 32
  33.     Reserved = 0
  34.     Interleave = 0
  35.     LowCyl = ???;  HighCyl = ???
  36.     FileSystem = L:MSDOSFileSystem
  37.     Stacksize = 4000
  38.     Priority = 5
  39.     GlobVec = -1
  40.     DosType = 0x4D534400
  41.     Buffers = 5
  42.     BufMemType = 1 
  43. #
  44.